EASY30HED1 B'This worksheet demonstrates all the EasyCalc functions available: "Range to work on: "Total: "Average: "Minimum value: "Maximum value: "'All the standard maths operators: "10 + 2 "10 - 2 "10 * 2 "10 / 2 "10 ^ 2 "10 <> 5 "10 = 5 "10 >= 5 "10 <= 5 "10 > 5 "10 < 5 =@SUM(A4:A7) =@AVG(A4:A7) =@MIN(A4:A7) =@MAX(A4:A7) =10+2 =10-2 =10*2 =10/2 =10^2 =10<>5 =10=5 =10>=5 =10<=5 =10>5 =10<5 "Functions: "abs(1.2) "atn(1.2) "cint(1.2) "cos(1.2) "deg(1.2) "exp(1.2) "fix(1.2) "int(1.2) "log(1.2) "rnd(150) "rad(300) "sign(-3) "sin(1.2) "sqr(49) "tan(1.2) "vat(399.95) "Conditionals: "IF 5<15, 1 ELSE 0 =@ABS(1.2) =@ATN(1.2) =@CINT(1.2) =@COS(1.2) =@DEG(1.2) =@EXP(1.2) =@FIX(1.2) =@INT(1.2) =@LOG(1.2) =@RND(150) =@RAD(300) =@SIGN(-3) =@SIN(1.2) =@SQR(49) =@TAN(1.2) =@VAT(399.95) =@IF(5<15,1,0) '[PRESS HELP HERE] This worksheet was originally supplied with EasyCalc Classic, nearly three years ago. Here it has been converted from EasyCalc Classic, to EasyCalc Plus, and now to EasyCalc 2.0 just to demonstrate how compatible they are with each other.PALL